@charset "utf-8";
/* CSS Document */


body {
    font-family: tahoma;
    font-size: 10pt;
    color: black;
    background-color: white;
    margin: 0 auto; /*allows for centering of all text*/
    max-width: 1200px;
    padding: 30; /*provides border*/
    box-shadow: 0 0 50em #D8D8D8, inset 0 0 1 black;
}
p {
	font-family: tahoma;
	color: #000000
}
a:link {
	color: #000080
}
a:visited {
	color: #000080
}
a:active {
	color: #800080
}
a:hover {
    color: #003D11;
/*    font-size: 10pt; */
}
h1 {
	font-family: tahoma;
	font-size: 18pt;
	color: #000000
}
h2 {
	font-family: tahoma;
	font-size: 14pt;
	color: #000000
}
h3 {
	font-family: tahoma;
	font-size: 11pt;
	color: #000000
}
h4 {
	font-family: tahoma;
	font-size: 11pt;
	color: #FF0000
}
h5 {
	font-family: tahoma;
	font-size: 10pt;
	color: #008000
}
h6 {
	font-family: tahoma;
	font-size: 11pt;
	color: #000080
}
.tableWords {
    font-family: tahoma;
    font-size: 10pt;
    color: rgba(0,1,0,1);
} /* in vtsulinks only */

.tableCap {
	font-family: Calibri;
	font-size: 12pt;
	color: #FFFFFF;
	text-align: center
}
table#reference {
	margin: 0 auto;
}
table#quote {
	width: 50%;
	border: 10px groove #0080C0;
	background-color: #F2F2F2;
	border-spacing: 20px;
	text-align: left;
	margin: 0 auto;
	font-size: 14pt;
}
hr {
/*	background-color: rgba(0,165,178,1.00);*/
	background-color: green;
	width: 100%;
	height: 3px;
	border-style: double;
	border-width: 3px;
	border-color: white;
	margin: 0em;
}
hr#lab {
	background-color: blue;
	width: 60%;
	height: 1px;
	border-style: double;
	border-width: 3px;
	border-color: #CCC;
	text-align: center;
	margin: 0 auto;
}
hr#thin {
	background-color: blue;
	width: 80%;
	height: 1px;
	border-style: single;
	border-width: 0px;
	border-color: #CCC;
	text-align: left;
	margin: 0 auto;
}
hr#splinter {
	background-color: #400000;
	width: 60%;
	height: 3px;
	border-style: double;
	border-width: 3px;
	border-color: white;
}
ul.double {
	line-height: 2;
}

/* Use <ul class="double"> in the code. */
